(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <aros/inquire.h>
ULONG ArosInquireA()
SYNOPSIS

struct TagItem * taglist

LOCATION
In ArosBase at offset 5
FUNCTION
This function is used to query system characteristics not easily queried with another function.

INPUTS
tags
- taglist with appropriate queries. The tag's ti_Data field should point to the location where the result of the query is stored. Do not forget to clear the location before, as queries not understood will be left untouched.
RESULT
All queries understood by this call will have appropriate values assigned to the location a tag's ti_Data pointed to.

This function will (for now) always return 0.

NOTES
EXAMPLE
BUGS
SEE ALSO
aros/arosbase.h
INTERNALS
HISTORY
04.04.1997 digulla
Fixed typo
04.04.1997 ldp
Renamed